home *** CD-ROM | disk | FTP | other *** search
/ HAKERIS 11 / HAKERIS 11.ISO / linux / system / LinuxConsole 0.4 / linuxconsole0.4install-en.iso / xfree0.4.lcm / lib / X11 / xkb / symbols / fr_CH < prev    next >
Encoding:
Text File  |  2004-03-24  |  1.4 KB  |  58 lines

  1. // $Xorg: fr_CH,v 1.3 2000/08/17 19:54:42 cpqbld Exp $
  2.  
  3.  
  4.  
  5.  
  6. // $XFree86: xc/programs/xkbcomp/symbols/fr_CH,v 3.5 2001/01/17 23:45:58 dawes Exp $
  7.  
  8. partial default alphanumeric_keys 
  9. xkb_symbols "basic" {
  10.  
  11.     // Describes the differences between a very simple US/ASCII
  12.     // keyboard and a very simple Swiss/French keybaord
  13.  
  14.     include "de_CH(basic)"
  15.     name[Group1]= "Swiss French";
  16.  
  17.     override key <AD11> {
  18.     [ egrave,    udiaeresis    ],
  19.     [ bracketleft            ]
  20.     };
  21.     override key <AC10> {
  22.     [ eacute,    odiaeresis    ]
  23.     };
  24.     override key <AC11> {
  25.     [ agrave,    adiaeresis    ],
  26.     [  braceleft            ]
  27.     };
  28. };
  29.  
  30. partial alphanumeric_keys
  31. xkb_symbols "Sundeadkeys" {
  32.     // modify the default Swiss French layout to use Sun dead keys
  33.     include "fr_CH(basic)"
  34.     key <AE11> {    [ apostrophe,    question    ],
  35.             [ SunFA_Acute            ]    };
  36.     key <AE12> {    [ SunFA_Circum,    SunFA_Grave    ],
  37.             [ SunFA_Tilde            ]    };
  38.     key <AD12> {    [ SunFA_Diaeresis, exclam    ],
  39.             [ bracketright            ]    };
  40. };
  41.  
  42. partial alphanumeric_keys
  43. xkb_symbols "sundeadkeys" {
  44.     include "fr_CH(Sundeadkeys)"
  45. };
  46.  
  47. partial alphanumeric_keys
  48. xkb_symbols "nodeadkeys" {
  49.     // modify the default Swiss French layout not to have any dead keys
  50.     include "fr_CH(basic)"
  51.     key <AE11> {    [ apostrophe,    question    ],
  52.             [ acute                ]    };
  53.     key <AE12> {    [ asciicircum,    grave        ],
  54.             [ asciitilde            ]    };
  55.     key <AD12> {    [ diaeresis,    exclam        ],
  56.             [ bracketright            ]    };
  57. };
  58.